chore(deps): bump @vercel/node from 5.8.16 to 5.8.17 in the npm-minor-patch group#310
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump @vercel/node from 5.8.16 to 5.8.17 in the npm-minor-patch group#310dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the npm-minor-patch group with 1 update: [@vercel/node](https://github.com/vercel/vercel/tree/HEAD/packages/node). Updates `@vercel/node` from 5.8.16 to 5.8.17 - [Release notes](https://github.com/vercel/vercel/releases) - [Changelog](https://github.com/vercel/vercel/blob/main/packages/node/CHANGELOG.md) - [Commits](https://github.com/vercel/vercel/commits/@vercel/node@5.8.17/packages/node) --- updated-dependencies: - dependency-name: "@vercel/node" dependency-version: 5.8.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Contributor
|
✅ Drift Compliance: All test vectors passed GI threshold validation |
kaizencycle
added a commit
that referenced
this pull request
Jun 11, 2026
… taken, 1 corrected, 3 held) (#315) ## EPICON Intent Block - **Intent:** Consolidate the five open Dependabot PRs (#310–#314) into one reviewable change with per-dependency judgment, per operator request ("check if they are safe to merge, if not, unify them to one big PR for safety"). - **Scope:** `package-lock.json`, three workspace `package.json` files, `.github/dependabot.yml` ignore rules. No workflow, canon, or attested content touched. - **Actor:** Claude Code under operator identity, C-339. - **Consequence class:** Dependency hygiene — net reduction of unreviewed major-version churn. ## Safety verdict per PR | PR | Bump | Verdict | Disposition | |---|---|---|---| | #310 | `@vercel/node` 5.8.16→5.8.17 | ✅ Safe (patch, in-range of `^5.5.15`) | **Taken** — lockfile updated | | #312 | `@types/node` 18→**25** |⚠️ Wrong target — repo runtime is **Node 20** | **Taken as 18→20**: `^18.0.0`→`^20.0.0` in `packages/atlas-sentinel`, `sentinels/atlas`, `sentinels/uriel`; lockfile dedupes to one 20.x. Ignore rule for `@types/node >=21` | | #311 | `hardhat-chai-matchers` 2→3 | ❌ Incompatible — requires hardhat 3; `gic-registry-contracts` pins `hardhat 2.22.5` | **Held** via ignore rule; bump belongs in a hardhat-3 migration | | #313 | `http-proxy-middleware` 2→4 | ❌ Two majors; v3 rewrote the `createProxyMiddleware` API that `apps/api-gateway` uses | **Held** via ignore rule | | #314 | `tailwindcss` 3→4 | ❌ v4 is a CSS-first config rewrite; **8 apps** pin `^3.4.x` with `tailwind.config.js` | **Held** via ignore rule; migrate deliberately, not via dep bump | The ignore rules follow the repo's own precedent (#308, ESLint held at 8.x), each with a comment stating the unblock condition so they're revisitable, not permanent. ## Lockfile diff verification Verified the lock diff contains **only**: `@vercel/node` 5.8.16→5.8.17, removal of nested `@types/node` 18.19.130 copies (dedupe to root 20.19.43), in-range nested 22.19.1→22.19.21 refreshes, and the `undici-types` transitive. No major versions moved. ## After merge Dependabot auto-closes #310–#314 on its next run: #310/#312 because the dependencies moved, #311/#313/#314 because of the ignore rules. No manual closing needed. **Residual risk:** the three packages whose types moved 18→20 are type-checked in CI, not locally (worktree had no `node_modules`) — if CI's type-check flags anything, I'll fix on this branch. https://claude.ai/code/session_014WMkjWLnt4ezGEHujmukLk --- _Generated by [Claude Code](https://claude.ai/code/session_014WMkjWLnt4ezGEHujmukLk)_
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the npm-minor-patch group with 1 update: @vercel/node.
Updates
@vercel/nodefrom 5.8.16 to 5.8.17Release notes
Sourced from @vercel/node's releases.
Changelog
Sourced from @vercel/node's changelog.
Commits
61903fdVersion Packages (#16610)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions